Vcenter Ovf LibraryItem StorageGroupMapping

Vcenter Ovf LibraryItem StorageGroupMapping
Vcenter Ovf LibraryItem StorageGroupMapping

The Vcenter Ovf LibraryItem StorageGroupMapping schema defines the storage deployment target and storage provisioning type for a section of type vmw:StorageGroupSection in the OVF descriptor.

JSON Example
{
    "type": "string",
    "datastore_id": "string",
    "storage_profile_id": "string",
    "provisioning": "string"
}
string
type
Required

Type of storage deployment target to use for the vmw:StorageGroupSection section. The specified value must be Vcenter Ovf LibraryItem StorageGroupMapping Type.DATASTORE or Vcenter Ovf LibraryItem StorageGroupMapping Type.STORAGE_PROFILE.

For more information see: Vcenter Ovf LibraryItem StorageGroupMapping Type.

string
datastore_id
Optional

Target datastore to be used for the storage group.

This property is optional and it is only relevant when the value of type is Vcenter Ovf LibraryItem StorageGroupMapping Type.DATASTORE.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.

string
storage_profile_id
Optional

Target storage profile to be used for the storage group.

This property is optional and it is only relevant when the value of type is Vcenter Ovf LibraryItem StorageGroupMapping Type.STORAGE_PROFILE.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: StorageProfile. When operations return a value of this schema as a response, the property will be an identifier for the resource type: StorageProfile.

string
provisioning
Optional

Target provisioning type to use for the storage group.

For more information see: Vcenter Ovf DiskProvisioningType.

If missing or null, Vcenter Ovf LibraryItem ResourcePoolDeploymentSpec.storage_provisioning will be used.